how to execute a python file from another python file

27

os.system('python my_file.py')

Comments

Submit
0 Comments